home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / simon1 / shelp.frm < prev    next >
Text File  |  1995-05-08  |  2KB  |  60 lines

  1. VERSION 2.00
  2. Begin Form Form3 
  3.    BackColor       =   &H0000FFFF&
  4.    Caption         =   "Help"
  5.    ClientHeight    =   3525
  6.    ClientLeft      =   1095
  7.    ClientTop       =   1485
  8.    ClientWidth     =   7575
  9.    Height          =   3930
  10.    Left            =   1035
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form3"
  13.    ScaleHeight     =   3525
  14.    ScaleWidth      =   7575
  15.    Top             =   1140
  16.    Width           =   7695
  17.    Begin CommandButton Command1 
  18.       Caption         =   "&Ok"
  19.       Height          =   375
  20.       Left            =   2880
  21.       TabIndex        =   1
  22.       Top             =   2400
  23.       Width           =   1695
  24.    End
  25.    Begin PictureBox Picture1 
  26.       BackColor       =   &H0000FFFF&
  27.       BorderStyle     =   0  'None
  28.       Height          =   735
  29.       Left            =   360
  30.       Picture         =   SHELP.FRX:0000
  31.       ScaleHeight     =   735
  32.       ScaleWidth      =   1095
  33.       TabIndex        =   3
  34.       Top             =   2160
  35.       Width           =   1095
  36.    End
  37.    Begin Label Label1 
  38.       BackColor       =   &H0000FFFF&
  39.       Caption         =   "You can configure Simon using the radio buttons to select speed and the scroll bar to select the number of total notes played. The maximum number of notes is 132."
  40.       Height          =   615
  41.       Left            =   240
  42.       TabIndex        =   2
  43.       Top             =   1200
  44.       Width           =   6855
  45.    End
  46.    Begin Label Label2 
  47.       BackColor       =   &H0000FFFF&
  48.       Caption         =   "Simon is a game of memory skill and logic. Simon will play a series of notes coordinated with the colored rectangles on screen. You must click the colors matching the sequence of notes and colors to  those played by Simon."
  49.       Height          =   855
  50.       Left            =   240
  51.       TabIndex        =   0
  52.       Top             =   360
  53.       Width           =   6975
  54.    End
  55. End
  56. Sub Command1_Click ()
  57. Unload form3
  58. End Sub
  59.  
  60.